-
Notifications
You must be signed in to change notification settings - Fork 53
Introduce orchestration versioning into worker #401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
541e30f to
395b4d8
Compare
cgillum
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of blocking issues in this PR that may require a bit of offline discussion...
9134be6 to
df22189
Compare
dacf2d9 to
2f21b3d
Compare
cgillum
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Just a couple non-blocking comments on the test code.
This commit gives the worker several ways to configure versioning. Included are, setting the version, how to match against incoming versions, and how to react to a failed match. Signed-off-by: halspang <[email protected]>
Signed-off-by: halspang <[email protected]>
Signed-off-by: halspang <[email protected]>
2f21b3d to
e96089b
Compare
This commit gives the worker several ways to configure versioning. Included are, setting the version, how to match against incoming versions, and how to react to a failed match.